projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
272aa7b
)
Remove debug spew
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 4 Feb 2011 19:05:22 +0000
(14:05 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 4 Feb 2011 19:05:22 +0000
(14:05 -0500)
gdk/x11/gdkdevicemanager-xi2.c
patch
|
blob
|
history
diff --git
a/gdk/x11/gdkdevicemanager-xi2.c
b/gdk/x11/gdkdevicemanager-xi2.c
index 72714879819d2c0d2c1da7f5062e0aab38bb105d..48bb94726a831c39b4c8427cf2cebaa10c1ce41f 100644
(file)
--- a/
gdk/x11/gdkdevicemanager-xi2.c
+++ b/
gdk/x11/gdkdevicemanager-xi2.c
@@
-1016,7
+1016,6
@@
gdk_x11_device_manager_xi2_translate_event (GdkEventTranslator *translator,
parent_iface->translate_event (translator, display, event, xevent))
{
GdkDevice *device;
-g_print ("translating core keypress with keycode 0 and state %d\n", xevent->xkey.state);
/* The core device manager sets a core device on the event.
* We need to override that with an XI2 device, since we are
* using XI2.